h2.title-two {
    color: #008444 !important;
}
.img-logo1, .img-logo2, .img-logo3, .img-logo4, .img-logo5 {
    mix-blend-mode: multiply;
    margin-top: 20px;
}

.img-logo1{
     width:50%;
 }
 
 .img-logo2{
     width:50%;
 }

.img-logo3{
     width:50%;
 }
 
 .img-logo4{
     width:62%;
 }
 
 .img-logo5{
     width:50%;
 }

.text-logo1, .text-logo2, .text-logo3, .text-logo4, .text-logo5 {
    text-align: center;
}

.text-logo1 {
    width:50%;
}

.text-logo2 {
    width:50%;
}

.text-logo3 {
    width:50%;
}

.text-logo4 {
    width:62%;
}

.text-logo5 {
    width:50%;
}

.listone, .listtwo, .listthree, .listfour, .listfive, .listsix, .listseven, .listeight, .listnine, .listten, .listeleven, .listtwelve, .listthirteen, .listfourteen {
    list-style: none;
    font-size: 16px;
}

.listone:before, .listtwo:before, .listthree:before, .listfour:before, .listfive:before, .listsix:before, .listseven:before, .listeight:before, .listnine:before, .listten:before, 
.listeleven:before, .listtwelve:before, .listthirteen:before, .listfourteen:before {
    content: '✓';
}

strong.strong-text, strong.strong-text-two, strong.strong-text-three, strong.strong-text-four, strong.strong-text-five, strong.strong-text-six, strong.strong-text-seven {
    color: #008444;
}

h4.title-two, h4.title-three, h4.title-four, h4.title-five, h4.title-six {
    font-family: 'Roboto';
    padding-top: 30px;
    font-weight: bold;
    color: #008444;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Roboto';
}

p#one, p#two, p#three, p#four {
    font-size: 16px;
}

img.lmi-map-one {
    width: 70%;
    margin-top: 10%;
}


@media (max-width: 767px) { 
.img-logo1, .img-logo2, .img-logo3, .img-logo4, .img-logo5 {
    margin: 0 auto;
    display: block;
}

.text-logo1, .text-logo2, .text-logo3, .text-logo4, .text-logo5 {
    width: 100%;
}
}